rsc.io/qr.bitWriter.bit (field)
6 uses
rsc.io/qr (current package)
png.go#L180: bit uint32
png.go#L196: b.bit |= bit << b.nbit
png.go#L199: b.bytes.WriteByte(byte(b.bit))
png.go#L200: b.bit >>= 8
png.go#L207: b.bytes.WriteByte(byte(b.bit))
png.go#L209: b.bit = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |